From 2979d3d968ba4efc2677b626652a7925952689c2 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 7 Sep 2011 14:46:56 +0300 Subject: [PATCH] * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61a34e166bd..bcddade2805 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-09-07 Juri Linkov + + * simple.el (next-error-highlight, next-error-highlight-no-select): + Doc fix (bug#9432). + 2011-09-07 OKAZAKI Tetsurou (tiny change) * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): diff --git a/lisp/simple.el b/lisp/simple.el index fe46e36fdac..2d4f883f1ed 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -73,7 +73,8 @@ in seconds, or until the next command is executed. If t, highlight the locus until the next command is executed, or until some other locus replaces it. If nil, don't highlight the locus in the source buffer. -If `fringe-arrow', indicate the locus by the fringe arrow." +If `fringe-arrow', indicate the locus by the fringe arrow +indefinitely until some other locus replaces it." :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil) @@ -86,7 +87,8 @@ If `fringe-arrow', indicate the locus by the fringe arrow." If number, highlight the locus in `next-error' face for given time in seconds. If t, highlight the locus indefinitely until some other locus replaces it. If nil, don't highlight the locus in the source buffer. -If `fringe-arrow', indicate the locus by the fringe arrow." +If `fringe-arrow', indicate the locus by the fringe arrow +indefinitely until some other locus replaces it." :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil) -- 2.30.2